home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Converters / EpsLab_1_02.lha / EpsLab / Catalogs / EpsLab.ct (.txt) < prev   
Encoding:
Amiga Catalog Translation file  |  1994-11-03  |  4.7 KB  |  164 lines

  1. ## version $VER: XX.catalog XX.XX (XX.XX.XX)
  2. ## codeset X
  3. ## language X
  4. MSG_HELP
  5. ; Usage: EpsLab <source_epsf> [<dest_epsf>] [<preview option>] [<create_options>]\nWhere\n  <preview option> is one of\n    TIFF=<filename>   : Adds a TIFF preview file.\n    WMF =<filename>   : Adds a Windows MetaFile preview image.\n    POST              : Create a preview image from the EPSF.\n                         (requires post.library v17+)\n\n  <create_options> are valid when using 'POST' and are\n    OUTFMT=<0-2>      : Output format (defaults to 0),\n                         where : 0 = Binary EPSF with TIFF preview\n                                 1 = Binary EPSF with compressed TIFF preview\n                                 2 = EPSI format (ASCII preview)\n    XDPI=<number>     : Horizontal density in dots per inch (defaults to 80).\n    YDPI=<number>     : Vertical density in dots per inch (defaults to XDPI).\n    RECBB             : Recalculate the PS bounding box (to convert PS to EPSF).\n    INIT=<init_file>  : PostScript file to run before interpreting\n                         the EPSF file (defaults to init.ps).\n    PSIZE=<0-5>       : Default page size for PostScript (non-EPSF) files\n                         (defaults to 1),\n                         where : 0 = DIN A5\n                                 1 = DIN A4\n                                 2 = DIN A3\n                                 3 = US Legal\n                                 4 = US Letter\n                                 5 = Custom (see CUSTW and CUSTH).\n    CUSTW=<width>     : Custom page width.\n    CUSTH=<height>    : Custom page height.\n    UNIT=<0-2>        : Unit of measurement (defaults to 0),\n                         where : 0 = Centimeters\n                                 1 = Inches\n                                 2 = Points (1/72\");
  6. MSG_SRC_GAD
  7. ; Source;
  8. MSG_DEST_GAD
  9. ; Destination;
  10. MSG_START_GAD
  11. ; Start;
  12. MSG_QUIT_GAD
  13. ; Quit;
  14. MSG_PREVIEW_GAD
  15. ; Preview type;
  16. MSG_PREVF_GAD
  17. ; Preview file;
  18. MSG_OUTFMT_GAD
  19. ; Preview format;
  20. MSG_XDPI_GAD
  21. ; Horizontal dpi;
  22. MSG_YDPI_GAD
  23. ; Vertical dpi;
  24. MSG_GAD_PRESETS
  25. ; Page size;
  26. MSG_GAD_WIDTH
  27. ; Width;
  28. MSG_GAD_HEIGHT
  29. ; Height;
  30. MSG_GAD_UNIT
  31. ; Unit;
  32. MSG_GAD_OK
  33. ; Ok;
  34. MSG_GAD_CANCEL
  35. ; Cancel;
  36. MSG_GAD_ABORT
  37. ; Abort;
  38. MSG_PSREQ
  39. ; Select page size;
  40. MSG_PI_FULL
  41. ; Full image;
  42. MSG_PI_CBOX
  43. ; Cross box;
  44. MSG_PI_TIFF
  45. ; TIFF file;
  46. MSG_PI_WMF
  47. ; WMF file;
  48. MSG_OF_BINEPSF
  49. ; TIFF;
  50. MSG_OF_PACKBITS
  51. ; Compressed TIFF;
  52. MSG_OF_EPSI
  53. ; ASCII (EPSI);
  54. MSG_PAGE_A5
  55. ; DIN A5;
  56. MSG_PAGE_A4
  57. ; DIN A4;
  58. MSG_PAGE_A3
  59. ; DIN A3;
  60. MSG_PAGE_USLETTER
  61. ; US Letter;
  62. MSG_PAGE_USLEGAL
  63. ; US Legal;
  64. MSG_PAGE_CUSTOM
  65. ; Custom;
  66. MSG_PAGE_CM
  67. ; cm;
  68. MSG_PAGE_IN
  69. ; in;
  70. MSG_PAGE_PT
  71. ; pt;
  72. MSG_RENDERING
  73. ; Rendering preview;
  74. MSG_CONVERTING_TIFF
  75. ; Converting to TIFF;
  76. MSG_CONVERTING_ASCII
  77. ; Converting to ASCII;
  78. MSG_SAVING
  79. ; Saving;
  80. MSG_PROJECT_MENU
  81. ; \0Project;
  82. MSG_PROJECT_ABOUT
  83. ; ?\0About...;
  84. MSG_PROJECT_QUIT
  85. ; Q\0Quit;
  86. MSG_SETTINGS_MENU
  87. ; \0Settings;
  88. MSG_SETTINGS_PSINIT
  89. ; I\0PS init file...;
  90. MSG_SETTINGS_PSIZE
  91. ; P\0Page size...;
  92. MSG_SETTINGS_RECBB
  93. ; R\0Recalc bounding box;
  94. MSG_SETTINGS_SAVE
  95. ; S\0Save settings;
  96. MSG_QUIT
  97. ; Quit %s ?;
  98. MSG_REQ_SRC
  99. ; Select source EPS file;
  100. MSG_REQ_DEST
  101. ; Select destination file;
  102. MSG_REQ_PSINIT
  103. ; Select PS init file;
  104. MSG_REQ_PREVFILE
  105. ; Select preview file;
  106. MSG_OK_GAD
  107. ; Ok;
  108. MSG_YESNO_GAD
  109. ; Yes|No;
  110. MSG_QUITCANC_GAD
  111. ; Quit|Cancel;
  112. MSG_OVERWRITE
  113. ; Warning: %s already exists!\nOverwrite it?;
  114. MSG_OVERWRITE_GAD
  115. ; Overwrite|New name|Cancel;
  116. MSG_ERR_INTUI
  117. ; Cannot open 'intuition.library' v37 or later.;
  118. MSG_ERR_POSTLIB
  119. ; Cannot open 'post.library' v17 or later.;
  120. MSG_ERR_ICON
  121. ; Cannot open 'icon.library' v37 or later.;
  122. MSG_ERR_GADTOOLS
  123. ; Cannot open 'gadtools.library' v37 or later.;
  124. MSG_ERR_GFX
  125. ; Cannot open 'graphics.library' v37 or later.;
  126. MSG_ERR_ASL
  127. ; Cannot open 'asl.library' v37 or later.;
  128. MSG_ERR_NOMEMORY
  129. ; Not enough memory.;
  130. MSG_ERR_POST
  131. ; Error initializing the PostScript interpreter.;
  132. MSG_ERR_INITF
  133. ; Cannot find init file.;
  134. MSG_ERR_INTERP
  135. ; Error reading init or eps file.;
  136. MSG_ERR_SOURCE
  137. ; Cannot open source file.;
  138. MSG_ERR_DEST
  139. ; Cannot create destination file.;
  140. MSG_ERR_STAT
  141. ; Cannot get source file length.;
  142. MSG_ERR_DPI
  143. ; Dpi must be greater than zero.;
  144. MSG_ERR_PREVFILE
  145. ; Cannot open preview file.;
  146. MSG_ERR_STATPREV
  147. ; Cannot stat preview file.;
  148. MSG_ERR_PREVCREA
  149. ; Error creating preview file.;
  150. MSG_ERR_OUTFH
  151. ; Cannot open output stream\nfor the PostScript interpreter.;
  152. MSG_ERR_INFH
  153. ; Cannot open input stream\nfor the PostScript interpreter.;
  154. MSG_ERR_UNK
  155. ; Unknown error.;
  156. MSG_ERR_WIN
  157. ; Cannot open window.;
  158. MSG_ERR_NO_PS
  159. ; Source is not a PostScript file.;
  160. MSG_ERR_BADEPS
  161. ; Bad EPS file (no '%%BoundingBox:' comment).;
  162. MSG_ERR_NOIMAGE
  163. ; Source file doesn't contain any image.;
  164.